<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鍐呴〉 */
.inside-page {
  padding: 80px 0 40px 0;
}
.inside-page .page {
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
}
.inside-page .left {
  width: 21%;
  position: relative;
  z-index: 2;
}
.inside-page .left .tit {
  padding: 30px 0;
  text-align: center;
  background-color: #0f73b7;
}
.inside-page .left .tit p {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
.inside-page .left .tit span {
  font-size: 15px;
  text-transform: uppercase;
  color: #eee;
  margin-top: 8px;
}
.inside-page .left .sort-nav {
  box-shadow: 0 0 5px #ccc;
  border-radius: 12px 12px 0px 0px;
}
.inside-page .left .sort-nav .tit {
  border-radius: 12px 12px 0px 0px;
}
.inside-page .left .sort-nav * {
  transition: all 0.3s linear;
}
.inside-page .left .sort-nav &gt; ul {
  padding: 20px 0;
}
.inside-page .left .sort-nav &gt; ul &gt; li {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.inside-page .left .sort-nav &gt; ul &gt; li &gt; a {
  background: #f5f5f5;
  padding: 15px 0px;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  position: relative;
  padding-left: 48px;
}
.inside-page .left .sort-nav &gt; ul &gt; li &gt; a::before {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent transparent #0f73b7;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.inside-page .left .sort-nav &gt; ul &gt; li .erji {
  position: absolute;
  left: 130%;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  width: 80%;
  box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
  background-color: #fff;
}
.inside-page .left .sort-nav &gt; ul &gt; li .erji &gt; li {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: relative;
}
.inside-page .left .sort-nav &gt; ul &gt; li .erji &gt; li:last-child {
  border-bottom: none;
}
.inside-page .left .sort-nav &gt; ul &gt; li .erji &gt; li a {
  padding: 15px 20px;
  color: #666;
  font-size: 16px;
  position: relative;
  padding-left: 48px;
}
.inside-page .left .sort-nav &gt; ul &gt; li .erji &gt; li a::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.inside-page .left .sort-nav &gt; ul &gt; li .erji &gt; li:hover &gt; a {
  color: #0f73b7;
}
.inside-page .left .sort-nav &gt; ul &gt; li .erji &gt; li:hover &gt; a::before {
  background-color: #0f73b7;
}
.inside-page .left .sort-nav &gt; ul &gt; li:hover &gt; a {
  background-color: #0f73b7;
  color: #fff;
}
.inside-page .left .sort-nav &gt; ul &gt; li:hover &gt; a::before {
  border-color: transparent transparent transparent #fff;
}
.inside-page .left .sort-nav &gt; ul &gt; li:hover .erji {
  visibility: visible;
  left: 100%;
  opacity: 1;
  z-index: 99;
  transition: all 0.3s linear;
}
.inside-page .left .sort-nav &gt; ul &gt; li .on {
  background-color: #0f73b7;
  color: #fff;
}
.inside-page .left .sort-nav &gt; ul &gt; li .on::before {
  border-color: transparent transparent transparent #fff;
}
.inside-page .left .com-info {
  margin-top: 50px;
  padding-bottom: 10px;
  box-shadow: 0 0 5px #ccc;
}
.inside-page .left .com-info li {
  padding: 0 20px;
  line-height: 40px;
  font-size: 16px;
  color: #444;
}
.inside-page .left .com-info li img {
  width: 100%;
  margin: 20px 0 5px 0 ;
}
.inside-page .left .com-info .yx {
  white-space: nowrap;
}
.inside-page .right {
  width: 76%;
  position: relative;
}
.position {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.position h2 {
  font-size: 25px;
  font-weight: bold;
  color: #111;
  padding-left: 30px;
  color: #0f73b7;
  border-left: 6px solid #0f73b7;
}
.position .d-text {
  display: flex;
  white-space: nowrap;
  font-size: 15px;
}
.position .d-text .iconfont {
  font-size: 20px;
  color: #0f73b7;
  margin-right: 5px;
}
.position .d-text p {
  color: #4d4d4d;
}
.position .d-text a {
  display: inline;
  color: #333;
}
.position .d-text a:hover {
  color: #0f73b7;
}
.pag-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 22px 0;
}
.pag-bar .page-status,
.pag-bar a {
  color: #333;
  background: #f1f1f1;
  padding: 8px 15px;
  margin: 0px 5px;
  border-radius: 4px;
  font-size: 13px;
}
.pag-bar span {
  margin-top: 10px !important;
}
.pag-bar .page-numbar {
  display: flex;
}
.pag-bar a:hover {
  background-color: #0f73b7;
  color: #fff;
}
.pag-bar .page-num-current {
  background-color: #0f73b7;
  color: #fff;
}
.pag-bar .page-none {
  width: 221px;
  height: 157px;
  background: url(../images/null.jpg);
  text-indent: -10000px;
}
.honor-list {
  display: flex;
  flex-wrap: wrap;
}
.honor-list li {
  background: #e8e8e8;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 2% 2% 0;
  transition: all 0.2s linear;
}
.honor-list li:nth-child(4n) {
  margin-right: 0;
}
.honor-list li img {
  height: 146px;
  margin: 0 auto;
}
.honor-list li p {
  width: 94%;
  margin: auto;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
.honor-list li:hover {
  background-color: #0f73b7;
  transition: all 0.2s linear;
}
.honor-list li:hover p {
  color: #fff;
}
.inside-list {
  margin-top: 13px;
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.inside-list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
}
.inside-list li:nth-child(4n) {
  margin-right: 0;
}
.inside-list li .pic {
  width: 100%;
  border: 1px solid #eee;
  overflow: hidden;
}
.inside-list li .pic img {
  width: 100%;
  transition: all 0.3s linear;
}
.inside-list li .pic img:hover {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.inside-list li p {
  line-height: 45px;
  font-size: 14px;
  color: #666;
  text-align: center;
  transition: all 0.2s linear;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.inside-list li:hover {
  transition: all 0.2s linear;
}
.inside-list li:hover p {
  color: #fff;
  transition: all 0.2s linear;
  background-color: #0f73b7;
}
.ptn-list {
  margin-top: 13px;
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.ptn-list li {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
}
.ptn-list li:nth-child(5n) {
  margin-right: 0;
}
.ptn-list li .pic {
  width: 100%;
  border: 1px solid #eee;
  overflow: hidden;
}
.ptn-list li .pic img {
  width: 100%;
}
.case-row .title2 h2 {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
  color: #0f73b7;
}
.case-row .title2 ul {
  display: flex;
  padding: 10px 0px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
}
.case-row .title2 ul li {
  font-size: 14px;
  margin-right: 25px;
  color: #666;
  white-space: nowrap;
}
.case-row .title2 ul li:last-child {
  margin-right: 0;
}
.case-row .title2 ul li .iconfont {
  font-size: 14px;
  color: #666;
}
.case-row .newscont {
  padding: 30px 0;
  line-height: 2.5rem;
  text-indent: 2rem;
}
.case-row .newscont * {
  font-size: 16px;
  color: #333;
}
.case-row .newscont img {
  margin: 0 auto;
}
.case-row .preNext {
  padding-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-row .preNext a {
  font-size: 15px;
  color: #333;
}
.pro-detail {
  width: 100%;
}
.pro-detail img {
  max-width: none;
}
.pro-detail .row .picFocus {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}
.pro-detail .row .picFocus img {
  max-width: 100%;
}
.pro-detail .row .picFocus .pro-pics {
  width: 400px;
  margin-right: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.pro-detail .row .picFocus .description {
  flex: 1;
}
.pro-detail .row .picFocus .description .pic-tabs {
  padding: 0 40px;
  position: relative;
  z-index: 0;
}
.pro-detail .row .picFocus .description .pic-tabs .pro-tp {
  width: 410px;
  margin: 0;
  position: relative;
}
.pro-detail .row .picFocus .description .pic-tabs .pro-tp ul li {
  border: 1px solid #ccc;
  width: 100px;
}
.pro-detail .row .picFocus .description .pic-tabs .pro-tp .my-slide-thumb-active {
  border-color: #0f73b7;
}
.pro-detail .row .picFocus .description .pic-tabs .swiper-next,
.pro-detail .row .picFocus .description .pic-tabs .swiper-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.pro-detail .row .picFocus .description .pic-tabs .swiper-next:hover,
.pro-detail .row .picFocus .description .pic-tabs .swiper-prev:hover {
  background-color: #0f73b7;
}
.pro-detail .row .picFocus .description .pic-tabs .swiper-prev {
  left: 0px;
  background-image: url(../images/p-prev3.png);
}
.pro-detail .row .picFocus .description .pic-tabs .swiper-next {
  left: 460px;
  background-image: url(../images/p-next3.png);
}
.pro-detail .row .det-l {
  flex: 1;
  position: relative;
}
.pro-detail .row .det-l .tit {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
.pro-detail .row .det-l .describe {
  margin: 20px 0;
  min-height: 150px;
  font-size: 15px;
  line-height: 1.875;
  color: #666;
}
.pro-detail .row .det-l .download {
  width: 150px;
  line-height: 35px;
  text-align: center;
  box-shadow: 3px 3px 10px #ccc;
  font-size: 13px;
  color: #666;
  border-radius: 20px;
  background-color: #f7f7f7;
  margin: 0 0 25px 40px;
}
.pro-detail .row .det-l .download:hover {
  background-color: #0f73b7;
  color: #fff;
}
.pro-detail-pic {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pro-detail-pic img {
  width: 80%;
}
.pro-detail-pic p {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}
.pro-detail .pro-next {
  display: flex;
  margin: 40px auto;
  justify-content: center;
  font-size: 14px;
  color: #333;
}
.pro-detail .pro-next a {
  padding: 8px 22px;
  border: 1px #eee solid;
  background: #f8f8f8;
}
.pro-detail .pro-next a:first-child {
  margin-right: 20px;
}
.pro-detail h5 {
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #0f73b7;
  color: #fff;
  margin-top: 30px;
}
.pro-detail-content {
  width: 100%;
  line-height: 28px;
  padding: 20px 0;
}
.pro-detail-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/* 鏂伴椈 */
.newslist .newstab {
  display: flex;
  width: 90%;
  border-radius: 30px;
  border: 1px solid #e2e2e2;
  margin: 0 auto;
  overflow: hidden;
}
.newslist .newstab * {
  transition: all 0.3s linear;
}
.newslist .newstab li {
  flex: 1;
  line-height: 60px;
  text-align: center;
  border-right: 1px solid #e2e2e2;
}
.newslist .newstab li:last-child {
  border: none;
}
.newslist .newstab li:hover {
  background-color: #0f73b7;
}
.newslist .newstab li:hover a {
  color: #fff;
}
.newslist .newstab .on {
  background-color: #0f73b7;
}
.newslist .newstab .on a {
  color: #fff;
}
.new-list {
  width: 100%;
}
.new-list li {
  padding: 2%;
  background-color: #f5f5f5;
  margin-top: 22px;
  position: relative;
}
.new-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-list li img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  margin-right: 2%;
}
.new-list li .text {
  flex: 1;
}
.new-list li .text p {
  font-size: 24px;
  color: #111;
  padding-bottom: 18px;
  position: relative;
}
.new-list li .text p::after {
  content: '';
  width: 45px;
  height: 2px;
  background-color: #bbbbbb;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
}
.new-list li .text span {
  margin-top: 18px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}
.new-list li .text .more {
  width: 120px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #0f73b7;
  font-size: 14px;
  margin-top: 20px;
  border: 1px solid;
}
.new-list li .date {
  position: absolute;
  right: 30px;
  top: 50px;
}
.new-list li .date p {
  color: #888;
}
.new-list li * {
  transition: all 0.3s linear;
}
.new-list li:hover {
  background-color: #fff;
  box-shadow: 0px 0px 10px #ccc;
}
.new-list li:hover * {
  transition: all 0.3s linear;
}
.new-list li:hover p {
  color: #0f73b7;
}
.new-list li:hover p::after {
  width: 60px;
  background-color: #0f73b7;
  transition: all 0.3s linear;
}
.new-list li:hover span {
  color: #666;
}
.new-list li:hover .more {
  background-color: #fff;
  border: 1px solid #0f73b7;
  color: #0f73b7;
}
.news-row {
  width: 100%;
  padding: 0 10px;
  text-align: justify;
}
.news-row .news-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.news-row .news-data {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news-row .news-data li {
  margin-right: 15px;
  padding-right: 15px;
  line-height: 15px;
  color: #777;
  border-right: 1px dashed #ccc;
}
.news-row .news-data li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.news-row .news-content {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-indent: 2rem;
}
.news-row .news-content p {
  color: #666;
}
.news-row .news-next {
  font-size: 16px;
  color: #333;
  margin: 20px 0;
  line-height: 30px;
}
.news-row .news-next p {
  display: flex;
}
.news-row .news-next p a {
  color: #666;
}
/* 鐣欒█ */
.ht-liuyan {
  margin-top: 30px;
}
.ht-liuyan .form-group {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.ht-liuyan .form-group .form-item {
  width: 50%;
}
.ht-liuyan label {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
  display: block;
}
.ht-liuyan input {
  width: 80%;
  line-height: 2.5rem;
  padding-left: 5px;
}
.ht-liuyan .yzm input {
  width: 50%;
  margin-right: 20px;
  border-radius: 1px;
}
.ht-liuyan .yzm .box {
  display: flex;
  align-items: center;
}
.ht-liuyan .yzm img {
  display: inline-block;
}
.ht-liuyan .neirong {
  margin-top: 20px;
}
.ht-liuyan .neirong textarea {
  width: 90%;
  height: 10rem;
  line-height: 2.5rem;
  padding-left: 5px;
}
.ht-liuyan .form-btn {
  display: flex;
  margin-top: 20px;
}
.ht-liuyan .form-btn input {
  width: 100px;
  line-height: 38px;
  background: #666;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-right: 30px;
}
.ht-liuyan .form-btn input:first-child {
  background-color: #0f73b7;
}
/* 鍏朵粬 */
.page-num-w {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0 10px 0;
}
.page-num-w a {
  border: 1px solid #eee;
  height: 34px;
  display: flex;
  align-items: center;
  margin: 0 5px;
  padding: 0 20px;
  border-radius: 17px;
}
.page-num-current {
  background-color: #0f73b7;
  border-color: #0f73b7;
  color: #fff;
}
.page-num-current:hover {
  color: #fff;
}
.banner2 {
  box-shadow: 0 0 3px #ccc;
  position: relative;
  margin: 0 auto;
}
.banner2 img {
  width: 100%;
  display: block;
}
.banner2 .page {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner2 .page ul {
  display: flex;
}
.banner2 .page ul li {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #0f73b7;
  animation: nbanA 2s infinite;
}
.banner2 .page ul li:nth-child(1) {
  animation-delay: 0.2s;
}
.banner2 .page ul li:nth-child(2) {
  animation-delay: 0.4s;
}
.banner2 .page ul li:nth-child(3) {
  animation-delay: 0.6s;
}
.banner2 .page ul li:nth-child(4) {
  animation-delay: 0.8s;
}
.banner2 .page p {
  font-size: 22px;
  margin-top: 20px;
}
.banner2 .about ul li {
  color: #fff;
}
.banner2 .about p {
  color: #fff;
}
.about-row * {
  color: #333;
  font-size: 16px;
  line-height: 2.5rem;
}
/* 鑱旂郴鎴戜滑 */
.contact-us {
  margin-bottom: 20px;
  justify-content: space-between;
  padding-left: 30px;
}
.contact-us * {
  text-indent: 0;
}
.contact-us .tit {
  width: 253px;
  margin-right: 4%;
}
.contact-us .tit h4 {
  font-size: 53px;
  color: #0f73b7;
  line-height: 76px;
  margin-bottom: 25px;
  font-weight: normal;
}
.contact-us .tit p {
  font-size: 36px;
  line-height: 36px;
  font-weight: lighter;
  position: relative;
  padding-bottom: 40px;
}
.contact-us .tit p::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #0f73b7;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact-us .text {
  background-color: #f5f5f5;
  padding: 50px;
  position: relative;
}
.contact-us .text p {
  font-size: 17px;
  color: #777;
  line-height: 40px;
}
.contact-us .text img {
  position: absolute;
  top: 50px;
  right: 50px;
}
.contact-us .info {
  flex: 1;
  background-color: #f5f5f5;
  padding: 50px;
  padding-top: 0;
}
.contact-us .info p {
  font-size: 17px;
  color: #777;
  line-height: 40px;
}
.contact-us h5 {
  width: 211px;
  height: 45px;
  background: #0f73b7;
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  line-height: 45px;
  text-align: center;
  margin-left: -80px;
  margin-bottom: 30px;
}
</pre></body></html>